Deere: use deck colors for waveform zoom controls background - #16874
Open
mxmilkiib wants to merge 1 commit into
Open
Deere: use deck colors for waveform zoom controls background#16874mxmilkiib wants to merge 1 commit into
mxmilkiib wants to merge 1 commit into
Conversation
changes the waveform zoom control buttons at the right end of the main waveforms to match the deck color scheme: - background now uses deck-specific color (blue/orange/violet/lime) - icons changed from white (#d2d2d2) to black (#000000) for better contrast against the colored backgrounds files modified: - deck_waveform.xml: added deckbackgroundcolor to waveformzoomcontainer - icon/ic_add_48px.svg: changed fill to black - icon/ic_clear_48px.svg: changed fill to black - icon/ic_remove_48px.svg: changed fill to black
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
WaveformZoomContainerbackground toDeckBackgroundColorso the zoom controls match the deck's colour scheme instead of a hardcoded#333333#d2d2d2to#000000so they remain visible on the deck-colored backgroundbackground-color: #333333fromstyle.qssfor#WaveformZoomContainer(now set via XML<BgColor>)Test plan
Generated with Devin